home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 April / CHIP_CD_2005-04.iso / software / phoa / phoa-setup-1.1.9.exe / {app} / phoa.exe / 0 / RCDATA / TDSEARCH / TDSEARCH.txt
Text File  |  2005-01-21  |  11KB  |  293 lines

  1. inherited dSearch: TdSearch
  2.   Left = 451
  3.   Top = 212
  4.   Caption = 'Find pictures'
  5.   ClientHeight = 464
  6.   ClientWidth = 640
  7.   OldCreateOrder = True
  8.   ShowHint = True
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   inherited bvBottom: TBevel
  12.     Top = 427
  13.     Width = 640
  14.   end
  15.   object gbSearch: TGroupBox [1]
  16.     Left = 12
  17.     Top = 8
  18.     Width = 617
  19.     Height = 41
  20.     Anchors = [akLeft, akTop, akRight]
  21.     Caption = 'Perform search'
  22.     TabOrder = 0
  23.     object rbAll: TRadioButton
  24.       Left = 16
  25.       Top = 16
  26.       Width = 137
  27.       Height = 17
  28.       Caption = 'In the &photo album'
  29.       Checked = True
  30.       TabOrder = 0
  31.       TabStop = True
  32.       OnClick = DlgDataChange
  33.     end
  34.     object rbCurGroup: TRadioButton
  35.       Left = 156
  36.       Top = 16
  37.       Width = 145
  38.       Height = 17
  39.       Caption = 'In the ¤t group'
  40.       TabOrder = 1
  41.       OnClick = DlgDataChange
  42.     end
  43.     object rbSearchResults: TRadioButton
  44.       Left = 304
  45.       Top = 16
  46.       Width = 189
  47.       Height = 17
  48.       Caption = 'In the search &results'
  49.       TabOrder = 2
  50.       OnClick = DlgDataChange
  51.     end
  52.   end
  53.   inherited pButtonsBottom: TPanel
  54.     Top = 429
  55.     Width = 640
  56.     TabOrder = 2
  57.     DesignSize = (
  58.       640
  59.       35)
  60.     inherited bCancel: TButton
  61.       Left = 479
  62.       TabOrder = 1
  63.     end
  64.     inherited bOK: TButton
  65.       Left = 399
  66.       Caption = 'Find'
  67.       TabOrder = 0
  68.     end
  69.     inherited bHelp: TButton
  70.       Left = 557
  71.     end
  72.   end
  73.   object pcCriteria: TPageControl
  74.     Left = 12
  75.     Top = 56
  76.     Width = 616
  77.     Height = 362
  78.     ActivePage = tsSimple
  79.     Anchors = [akLeft, akTop, akRight, akBottom]
  80.     TabOrder = 1
  81.     OnChange = pcCriteriaChange
  82.     object tsSimple: TTabSheet
  83.       Caption = 'Simple search'
  84.       object tvSimpleCriteria: TVirtualStringTree
  85.         Left = 0
  86.         Top = 26
  87.         Width = 608
  88.         Height = 308
  89.         Align = alClient
  90.         Header.AutoSizeIndex = 2
  91.         Header.Font.Charset = DEFAULT_CHARSET
  92.         Header.Font.Color = clWindowText
  93.         Header.Font.Height = -11
  94.         Header.Font.Name = 'Tahoma'
  95.         Header.Font.Style = []
  96.         Header.Options = [hoAutoResize, hoColumnResize, hoShowSortGlyphs, hoVisible]
  97.         Header.ParentFont = True
  98.         PopupMenu = pmSimple
  99.         TabOrder = 0
  100.         TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScroll, toAutoScrollOnExpand, toAutoTristateTracking, toAutoDeleteMovedNodes]
  101.         TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toEditable, toFullRepaintOnResize, toGridExtensions, toInitOnSave, toToggleOnDblClick, toWheelPanning]
  102.         TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowHorzGridLines, toShowTreeLines, toShowVertGridLines, toThemeAware, toUseBlendedImages]
  103.         TreeOptions.SelectionOptions = [toExtendedFocus, toRightClickSelect]
  104.         OnBeforeCellPaint = tvSimpleCriteriaBeforeCellPaint
  105.         OnChecked = tvSimpleCriteriaChecked
  106.         OnCreateEditor = tvSimpleCriteriaCreateEditor
  107.         OnEditing = tvSimpleCriteriaEditing
  108.         OnFocusChanged = tvSimpleCriteriaFocusChanged
  109.         OnGetText = tvSimpleCriteriaGetText
  110.         OnPaintText = tvSimpleCriteriaPaintText
  111.         OnInitNode = tvSimpleCriteriaInitNode
  112.         Columns = <
  113.           item
  114.             Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
  115.             Position = 0
  116.             Width = 180
  117.             WideText = 'Picture property'
  118.           end
  119.           item
  120.             Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
  121.             Position = 1
  122.             Width = 130
  123.             WideText = 'Condition'
  124.           end
  125.           item
  126.             Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
  127.             Position = 2
  128.             Width = 294
  129.             WideText = 'Value'
  130.           end>
  131.         WideDefaultText = ''
  132.       end
  133.       object dkSimpleTop: TTBXDock
  134.         Left = 0
  135.         Top = 0
  136.         Width = 608
  137.         Height = 26
  138.         AllowDrag = False
  139.         object tbSimpleMain: TTBXToolbar
  140.           Left = 0
  141.           Top = 0
  142.           Caption = 'Toolbar'
  143.           Images = fMain.ilActionsSmall
  144.           TabOrder = 0
  145.           object bSimpleReset: TTBXItem
  146.             Action = aSimpleReset
  147.             DisplayMode = nbdmImageAndText
  148.           end
  149.           object bSimpleCrDelete: TTBXItem
  150.             Action = aSimpleCrDelete
  151.             DisplayMode = nbdmImageAndText
  152.           end
  153.           object bSimpleConvertToExpression: TTBXItem
  154.             Action = aSimpleConvertToExpression
  155.             DisplayMode = nbdmImageAndText
  156.           end
  157.         end
  158.       end
  159.     end
  160.     object tsExpression: TTabSheet
  161.       Caption = 'Expression search'
  162.       ImageIndex = 1
  163.       inline frExprPicFilter: TfrExprPicFilter
  164.         Left = 0
  165.         Top = 0
  166.         Width = 608
  167.         Height = 334
  168.         Align = alClient
  169.         TabOrder = 0
  170.         inherited dkExprTop: TTBXDock
  171.           Width = 608
  172.         end
  173.         inherited eExpression: TSynEdit
  174.           Width = 608
  175.           Height = 308
  176.         end
  177.         inherited dklcMain: TDKLanguageController
  178.           Options = [dklcoIgnoreEmptyProps]
  179.           LangData = {
  180.             0F0066724578707250696346696C7465720001200000000900646B4578707254
  181.             6F7000000A007462457870724D61696E01010000000100000007004361707469
  182.             6F6E000400624E657700000500624F70656E00000800694D52554F70656E0000
  183.             07006253617665417300000F007462536570496E7365727450726F7000000C00
  184.             736D496E7365727450726F70010200000002000000070043617074696F6E0300
  185.             0000040048696E74001000736D496E736572744F70657261746F720102000000
  186.             04000000070043617074696F6E05000000040048696E74000800746253657043
  187.             757400000400624375740000050062436F707900000600625061737465000009
  188.             007462536570556E646F0000050062556E646F00000500625265646F00001000
  189.             746253657053796E746178436865636B00000C006253796E746178436865636B
  190.             00000B006545787072657373696F6E00000600616C4D61696E00000400614E65
  191.             77010200000009000000070043617074696F6E0A000000040048696E74000500
  192.             614F70656E01020000000C000000070043617074696F6E0D000000040048696E
  193.             740007006153617665417301020000000F000000070043617074696F6E100000
  194.             00040048696E7400040061437574010200000012000000070043617074696F6E
  195.             13000000040048696E7400050061436F70790102000000150000000700436170
  196.             74696F6E16000000040048696E74000600615061737465010200000018000000
  197.             070043617074696F6E19000000040048696E7400050061556E646F0102000000
  198.             1B000000070043617074696F6E1C000000040048696E74000500615265646F01
  199.             020000001E000000070043617074696F6E1F000000040048696E74000C006153
  200.             796E746178436865636B010200000021000000070043617074696F6E22000000
  201.             040048696E74000C00706D45787072657373696F6E000007006D72754F70656E
  202.             000007007363704D61696E01010000002600000005005469746C6500}
  203.         end
  204.       end
  205.     end
  206.   end
  207.   object dklcMain: TDKLanguageController
  208.     IgnoreList.Strings = (
  209.       '*.Font.Name'
  210.       '*.SecondaryShortCuts'
  211.       'frExprPicFilter.*')
  212.     StoreList.Strings = (
  213.       '*.ChevronHint'
  214.       'tvSimpleCriteria.Header.Columns*')
  215.     Left = 64
  216.     Top = 432
  217.     LangData = {
  218.       070064536561726368010100000003000000070043617074696F6E011A000000
  219.       08006276426F74746F6D00000E0070427574746F6E73426F74746F6D00000700
  220.       6243616E63656C01010000000C000000070043617074696F6E000300624F4B01
  221.       010000000F000000070043617074696F6E0005006248656C7001010000001200
  222.       0000070043617074696F6E001000747653696D706C6543726974657269610103
  223.       0000003C00000016004865616465722E436F6C756D6E735B305D2E546578743D
  224.       00000016004865616465722E436F6C756D6E735B315D2E546578743E00000016
  225.       004865616465722E436F6C756D6E735B325D2E54657874000800676253656172
  226.       636801010000001B000000070043617074696F6E0005007262416C6C01010000
  227.       001E000000070043617074696F6E000A00726243757247726F75700101000000
  228.       21000000070043617074696F6E000F007262536561726368526573756C747301
  229.       0100000024000000070043617074696F6E000A00706343726974657269610000
  230.       0800747353696D706C65010100000028000000070043617074696F6E000C0074
  231.       7345787072657373696F6E010100000029000000070043617074696F6E000800
  232.       706D53696D706C6500000F0069706D736D53696D706C6550726F700101000000
  233.       34000000070043617074696F6E000F0069706D53696D706C6544656C65746500
  234.       000B00646B53696D706C65546F7000000C00746253696D706C654D61696E0102
  235.       00000036000000070043617074696F6E370000000B0043686576726F6E48696E
  236.       74000600616C4D61696E00000F006153696D706C65437244656C657465010200
  237.       000038000000070043617074696F6E39000000040048696E74000F006253696D
  238.       706C65437244656C65746500001A006153696D706C65436F6E76657274546F45
  239.       787072657373696F6E01020000003A000000070043617074696F6E3B00000004
  240.       0048696E74001A006253696D706C65436F6E76657274546F4578707265737369
  241.       6F6E00000C006153696D706C65526573657401020000003F0000000700436170
  242.       74696F6E40000000040048696E74000C006253696D706C65526573657400000F
  243.       0066724578707250696346696C7465720001200000000900646B45787072546F
  244.       7000000A007462457870724D61696E00000400624E657700000500624F70656E
  245.       00000800694D52554F70656E000007006253617665417300000F007462536570
  246.       496E7365727450726F7000000C00736D496E7365727450726F7000001000736D
  247.       496E736572744F70657261746F72000008007462536570437574000004006243
  248.       75740000050062436F707900000600625061737465000009007462536570556E
  249.       646F0000050062556E646F00000500625265646F00001000746253657053796E
  250.       746178436865636B00000C006253796E746178436865636B00000B0065457870
  251.       72657373696F6E00000600616C4D61696E00000400614E657700000500614F70
  252.       656E000007006153617665417300000400614375740000050061436F70790000
  253.       06006150617374650000050061556E646F00000500615265646F00000C006153
  254.       796E746178436865636B00000C00706D45787072657373696F6E000007006D72
  255.       754F70656E000007007363704D61696E0000}
  256.   end
  257.   object pmSimple: TTBXPopupMenu
  258.     Images = fMain.ilActionsSmall
  259.     OnPopup = pmSimplePopup
  260.     Left = 8
  261.     Top = 432
  262.     object ipmsmSimpleProp: TTBXSubmenuItem
  263.       Caption = '&Picture property'
  264.     end
  265.     object ipmSimpleDelete: TTBXItem
  266.       Action = aSimpleCrDelete
  267.     end
  268.   end
  269.   object alMain: TActionList
  270.     Images = fMain.ilActionsSmall
  271.     Left = 36
  272.     Top = 432
  273.     object aSimpleReset: TAction
  274.       Caption = '&Reset'
  275.       Hint = 'Reset|Clear entered criteria'
  276.       ImageIndex = 0
  277.       OnExecute = aaSimpleReset
  278.     end
  279.     object aSimpleCrDelete: TAction
  280.       Caption = '&Delete'
  281.       Hint = 'Delete selected criterion'
  282.       ImageIndex = 7
  283.       OnExecute = aaSimpleCrDelete
  284.     end
  285.     object aSimpleConvertToExpression: TAction
  286.       Caption = 'Convert to e&xpression'
  287.       Hint = 'Convert selected criteria to search expression'
  288.       ImageIndex = 81
  289.       OnExecute = aaSimpleConvertToExpression
  290.     end
  291.   end
  292. end
  293.